Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IReadonlyArray<T> Interface / Length Property


In This Topic
    Length Property (IReadonlyArray<T>)
    In This Topic
    Gets the total number of items.
    Syntax
    'Declaration
     
    
    ReadOnly Property Length As Integer
    'Usage
     
    
    Dim instance As IReadonlyArray(Of T)
    Dim value As Integer
     
    value = instance.Length
    int Length {get;}

    Property Value

    The total number of items.
    See Also